home *** CD-ROM | disk | FTP | other *** search
/ SCI Games E3 2005 Press Kit (USA) / SCI Games E3 2005 Press Kit (USA).bin / runme_mac.swf / scripts / frame_2 / DoAction.as
Text File  |  2005-05-05  |  192b  |  13 lines

  1. chkData = "Wait";
  2. total = getBytesTotal();
  3. current = getBytesLoaded();
  4. loaded = current * 100 / total;
  5. if(loaded >= 100)
  6. {
  7.    gotoAndPlay(4);
  8. }
  9. else
  10. {
  11.    gotoAndPlay(nextFrame);
  12. }
  13.